home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
fish
/
676-700
/
686
/
dwficons
/
utilities
/
emacs
< prev
next >
Wrap
AmigaDOS Script File
|
1995-03-18
|
354b
|
14 lines
.key a1,a2,a3,a4,a5,a6,a7,a8,a9
.bra {
.ket }
stack >t:estk_$process
set stack `rx <t:estk_$process "pull stk; say subword(stk, 5, 1)"`
delete >nil: t:estk_$process force
set cmp `eval $stack - 40000`
if 0 gt $cmp
echo "Increasing stack to 40000 for emacs"
stack 40000
endif
run >nil: temacs {a1} {a2} {a3} {a4} {a5} {a6} {a7} {a8} {a9}
stack $stack